Html Css Color HEX #BF0B44 Cardinal

📋 copy color: '#BF0B44'

red 191 ◦ green 11 ◦ blue 68

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

Shades of Cardinal #BF0B44

Tints of Cardinal #BF0B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.19%

R = 70.74%
G = 4.07%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF0B44 (or 0xBF0B44) is known color: Cardinal. HEX triplet: BF, 0B and 44. RGB value is (191,11,68). Sum of RGB (Red+Green+Blue) = 191+11+68=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B44 is #40F4BB. Grayscale: #474747. Windows color (decimal): -4256956 or 4459455. OLE color: 4459455.

HSL color Cylindrical-coordinate representation of color #BF0B44: hue angle of 341º 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 #BF0B44 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 11 68 -
CMYK 0 0.94 0.64 0.25
HSL 341º 0.89% 0.4% -
HSV(B) 341º 0.94% 0.75% -
XYZ 22.65 11.73 6.54 -
YUV 71.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 191 11 68 0 0.94 0.64 0.25 341 0.89 0.4
Hex BF B 44 0 5E 40 19 155 59 28
Octal 277 13 104 0 136 100 31 525 131 50
Binary 10111111 1011 1000100 0 1011110 1000000 11001 101010101 1011001 101000

Color Harmonies of #BF0B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0B44

Black with #BF0B44

Text Example


Text Example

White with #BF0B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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