Html Css Color HEX #BF0A2C Cardinal

📋 copy color: '#BF0A2C'

red 191 ◦ green 10 ◦ blue 44

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

Shades of Cardinal #BF0A2C

Tints of Cardinal #BF0A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 77.96%
G = 4.08%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF0A2C (or 0xBF0A2C) is known color: Cardinal. HEX triplet: BF, 0A and 2C. RGB value is (191,10,44). Sum of RGB (Red+Green+Blue) = 191+10+44=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0A2C is #40F5D3. Grayscale: #444444. Windows color (decimal): -4257236 or 2886335. OLE color: 2886335.

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

Color convert

RGB 191 10 44 -
CMYK 0 0.95 0.77 0.25
HSL 348.73º 0.9% 0.39% -
HSV(B) 348.73º 0.95% 0.75% -
XYZ 22.05 11.48 3.44 -
YUV 68 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 191 10 44 0 0.95 0.77 0.25 348.73 0.9 0.39
Hex BF A 2C 0 5F 4D 19 15D 5A 27
Octal 277 12 54 0 137 115 31 535 132 47
Binary 10111111 1010 101100 0 1011111 1001101 11001 101011101 1011010 100111

Color Harmonies of #BF0A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0A2C

Black with #BF0A2C

Text Example


Text Example

White with #BF0A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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