Html Css Color HEX #BF212A Cardinal

📋 copy color: '#BF212A'

red 191 ◦ green 33 ◦ blue 42

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

Shades of Cardinal #BF212A

Tints of Cardinal #BF212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 71.8%
G = 12.41%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF212A (or 0xBF212A) is known color: Cardinal. HEX triplet: BF, 21 and 2A. RGB value is (191,33,42). Sum of RGB (Red+Green+Blue) = 191+33+42=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF212A is #40DED5. Grayscale: #515151. Windows color (decimal): -4251350 or 2761151. OLE color: 2761151.

HSL color Cylindrical-coordinate representation of color #BF212A: hue angle of 356.58º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF212A is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 33 42 -
CMYK 0 0.83 0.78 0.25
HSL 356.58º 0.71% 0.44% -
HSV(B) 356.58º 0.83% 0.75% -
XYZ 22.45 12.33 3.39 -
YUV 81.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 191 33 42 0 0.83 0.78 0.25 356.58 0.71 0.44
Hex BF 21 2A 0 53 4E 19 165 47 2C
Octal 277 41 52 0 123 116 31 545 107 54
Binary 10111111 100001 101010 0 1010011 1001110 11001 101100101 1000111 101100

Color Harmonies of #BF212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF212A

Black with #BF212A

Text Example


Text Example

White with #BF212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF212A; }

 p { color: rgb(191,33,42); }

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

background-color css

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

 a { background-color: rgb(191,33,42); }

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

border-color css

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

 span { border-color: rgb(191,33,42); }

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