Html Css Color HEX #BF0C2D Cardinal

📋 copy color: '#BF0C2D'

red 191 ◦ green 12 ◦ blue 45

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

Shades of Cardinal #BF0C2D

Tints of Cardinal #BF0C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.15%

R = 77.02%
G = 4.84%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF0C2D (or 0xBF0C2D) is known color: Cardinal. HEX triplet: BF, 0C and 2D. RGB value is (191,12,45). Sum of RGB (Red+Green+Blue) = 191+12+45=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C2D is #40F3D2. Grayscale: #454545. Windows color (decimal): -4256723 or 2952383. OLE color: 2952383.

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

Color convert

RGB 191 12 45 -
CMYK 0 0.94 0.76 0.25
HSL 348.94º 0.88% 0.4% -
HSV(B) 348.94º 0.94% 0.75% -
XYZ 22.09 11.53 3.54 -
YUV 69.28 114.3 214.82 -
System Red Green Blue C M Y K H S L
Decimal 191 12 45 0 0.94 0.76 0.25 348.94 0.88 0.4
Hex BF C 2D 0 5E 4C 19 15D 58 28
Octal 277 14 55 0 136 114 31 535 130 50
Binary 10111111 1100 101101 0 1011110 1001100 11001 101011101 1011000 101000

Color Harmonies of #BF0C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C2D

Black with #BF0C2D

Text Example


Text Example

White with #BF0C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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