Html Css Color HEX #BF0532 Cardinal

📋 copy color: '#BF0532'

red 191 ◦ green 5 ◦ blue 50

#BF0532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BF0532

Tints of Cardinal #BF0532

RGB

 RED value IS 191 (75% from 255) = 77.64%

 GREEN value IS 5 (2.34% from 255) = 2.03%

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 77.64%
G = 2.03%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF0532 (or 0xBF0532) is known color: Cardinal. HEX triplet: BF, 05 and 32. RGB value is (191,5,50). Sum of RGB (Red+Green+Blue) = 191+5+50=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0532 is #40FACD. Grayscale: #414141. Windows color (decimal): -4258510 or 3278271. OLE color: 3278271.

HSL color Cylindrical-coordinate representation of color #BF0532: hue angle of 345.48º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0532 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 50 -
CMYK 0 0.97 0.74 0.25
HSL 345.48º 0.95% 0.38% -
HSV(B) 345.48º 0.97% 0.75% -
XYZ 22.12 11.42 4.06 -
YUV 65.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 191 5 50 0 0.97 0.74 0.25 345.48 0.95 0.38
Hex BF 5 32 0 61 4A 19 159 5F 26
Octal 277 5 62 0 141 112 31 531 137 46
Binary 10111111 101 110010 0 1100001 1001010 11001 101011001 1011111 100110

Color Harmonies of #BF0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0532

Black with #BF0532

Text Example


Text Example

White with #BF0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0532; }

 p { color: rgb(191,5,50); }

 H1.HeaderClassName
 {
   color: #BF0532;
 }
 .AnyTagClassName
 {
   color: #BF0532;
 }
</style>

background-color css

<style>
 a { background-color: #BF0532; }

 a { background-color: rgb(191,5,50); }

 div.DivClassName
 {
   background-color: #BF0532;
 }
 .BgClassName
 {
   background-color: #BF0532;
 }
</style>

border-color css

<style>
 span { border-color: #BF0532; }

 span { border-color: rgb(191,5,50); }

 td.TdClassName
 {
   border-color: #BF0532;
 }
 .TagClassName
 {
   border-color: #BF0532;
 }
</style>