Html Css Color HEX #BF0C34 Cardinal

📋 copy color: '#BF0C34'

red 191 ◦ green 12 ◦ blue 52

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

Shades of Cardinal #BF0C34

Tints of Cardinal #BF0C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.39%

R = 74.9%
G = 4.71%
B = 20.39%

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

#BF0C34 (or 0xBF0C34) is known color: Cardinal. HEX triplet: BF, 0C and 34. RGB value is (191,12,52). Sum of RGB (Red+Green+Blue) = 191+12+52=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C34 is #40F3CB. Grayscale: #464646. Windows color (decimal): -4256716 or 3411135. OLE color: 3411135.

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

Color convert

RGB 191 12 52 -
CMYK 0 0.94 0.73 0.25
HSL 346.59º 0.88% 0.4% -
HSV(B) 346.59º 0.94% 0.75% -
XYZ 22.24 11.59 4.31 -
YUV 70.08 117.8 214.25 -
System Red Green Blue C M Y K H S L
Decimal 191 12 52 0 0.94 0.73 0.25 346.59 0.88 0.4
Hex BF C 34 0 5E 49 19 15B 58 28
Octal 277 14 64 0 136 111 31 533 130 50
Binary 10111111 1100 110100 0 1011110 1001001 11001 101011011 1011000 101000

Color Harmonies of #BF0C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C34

Black with #BF0C34

Text Example


Text Example

White with #BF0C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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