Html Css Color HEX #BF0B33 Cardinal

📋 copy color: '#BF0B33'

red 191 ◦ green 11 ◦ blue 51

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

Shades of Cardinal #BF0B33

Tints of Cardinal #BF0B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.35%

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 75.49%
G = 4.35%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF0B33 (or 0xBF0B33) is known color: Cardinal. HEX triplet: BF, 0B and 33. RGB value is (191,11,51). Sum of RGB (Red+Green+Blue) = 191+11+51=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B33 is #40F4CC. Grayscale: #454545. Windows color (decimal): -4256973 or 3345343. OLE color: 3345343.

HSL color Cylindrical-coordinate representation of color #BF0B33: hue angle of 346.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B33 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 11 51 -
CMYK 0 0.94 0.73 0.25
HSL 346.67º 0.89% 0.4% -
HSV(B) 346.67º 0.94% 0.75% -
XYZ 22.2 11.55 4.19 -
YUV 69.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 191 11 51 0 0.94 0.73 0.25 346.67 0.89 0.4
Hex BF B 33 0 5E 49 19 15B 59 28
Octal 277 13 63 0 136 111 31 533 131 50
Binary 10111111 1011 110011 0 1011110 1001001 11001 101011011 1011001 101000

Color Harmonies of #BF0B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0B33

Black with #BF0B33

Text Example


Text Example

White with #BF0B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0B33; }

 p { color: rgb(191,11,51); }

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

background-color css

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

 a { background-color: rgb(191,11,51); }

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

border-color css

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

 span { border-color: rgb(191,11,51); }

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