Html Css Color HEX #BF2229 Cardinal

📋 copy color: '#BF2229'

red 191 ◦ green 34 ◦ blue 41

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

Shades of Cardinal #BF2229

Tints of Cardinal #BF2229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 71.8%
G = 12.78%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2229 (or 0xBF2229) is known color: Cardinal. HEX triplet: BF, 22 and 29. RGB value is (191,34,41). Sum of RGB (Red+Green+Blue) = 191+34+41=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2229 is #40DDD6. Grayscale: #515151. Windows color (decimal): -4251095 or 2695871. OLE color: 2695871.

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

Color convert

RGB 191 34 41 -
CMYK 0 0.82 0.79 0.25
HSL 357.32º 0.7% 0.44% -
HSV(B) 357.32º 0.82% 0.75% -
XYZ 22.46 12.38 3.3 -
YUV 81.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 191 34 41 0 0.82 0.79 0.25 357.32 0.7 0.44
Hex BF 22 29 0 52 4F 19 165 46 2C
Octal 277 42 51 0 122 117 31 545 106 54
Binary 10111111 100010 101001 0 1010010 1001111 11001 101100101 1000110 101100

Color Harmonies of #BF2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2229

Black with #BF2229

Text Example


Text Example

White with #BF2229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2229; }

 p { color: rgb(191,34,41); }

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

background-color css

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

 a { background-color: rgb(191,34,41); }

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

border-color css

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

 span { border-color: rgb(191,34,41); }

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