Html Css Color HEX #BF0A48 Cardinal

📋 copy color: '#BF0A48'

red 191 ◦ green 10 ◦ blue 72

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

Shades of Cardinal #BF0A48

Tints of Cardinal #BF0A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.66%

 BLUE value IS 72 (28.52% from 255) = 26.37%

R = 69.96%
G = 3.66%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF0A48 (or 0xBF0A48) is known color: Cardinal. HEX triplet: BF, 0A and 48. RGB value is (191,10,72). Sum of RGB (Red+Green+Blue) = 191+10+72=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A48 is #40F5B7. Grayscale: #474747. Windows color (decimal): -4257208 or 4721343. OLE color: 4721343.

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

Color convert

RGB 191 10 72 -
CMYK 0 0.95 0.62 0.25
HSL 339.45º 0.9% 0.39% -
HSV(B) 339.45º 0.95% 0.75% -
XYZ 22.76 11.76 7.2 -
YUV 71.19 128.47 213.46 -
System Red Green Blue C M Y K H S L
Decimal 191 10 72 0 0.95 0.62 0.25 339.45 0.9 0.39
Hex BF A 48 0 5F 3E 19 153 5A 27
Octal 277 12 110 0 137 76 31 523 132 47
Binary 10111111 1010 1001000 0 1011111 111110 11001 101010011 1011010 100111

Color Harmonies of #BF0A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0A48

Black with #BF0A48

Text Example


Text Example

White with #BF0A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0A48; }

 p { color: rgb(191,10,72); }

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

background-color css

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

 a { background-color: rgb(191,10,72); }

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

border-color css

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

 span { border-color: rgb(191,10,72); }

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