Html Css Color HEX #BF0C42 Cardinal

📋 copy color: '#BF0C42'

red 191 ◦ green 12 ◦ blue 66

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

Shades of Cardinal #BF0C42

Tints of Cardinal #BF0C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 71%
G = 4.46%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF0C42 (or 0xBF0C42) is known color: Cardinal. HEX triplet: BF, 0C and 42. RGB value is (191,12,66). Sum of RGB (Red+Green+Blue) = 191+12+66=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C42 is #40F3BD. Grayscale: #474747. Windows color (decimal): -4256702 or 4328639. OLE color: 4328639.

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

Color convert

RGB 191 12 66 -
CMYK 0 0.94 0.65 0.25
HSL 341.9º 0.88% 0.4% -
HSV(B) 341.9º 0.94% 0.75% -
XYZ 22.6 11.73 6.23 -
YUV 71.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 191 12 66 0 0.94 0.65 0.25 341.9 0.88 0.4
Hex BF C 42 0 5E 41 19 156 58 28
Octal 277 14 102 0 136 101 31 526 130 50
Binary 10111111 1100 1000010 0 1011110 1000001 11001 101010110 1011000 101000

Color Harmonies of #BF0C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C42

Black with #BF0C42

Text Example


Text Example

White with #BF0C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C42; }

 p { color: rgb(191,12,66); }

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

background-color css

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

 a { background-color: rgb(191,12,66); }

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

border-color css

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

 span { border-color: rgb(191,12,66); }

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