Html Css Color HEX #BF2232 Cardinal

📋 copy color: '#BF2232'

red 191 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #BF2232

Tints of Cardinal #BF2232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 69.45%
G = 12.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF2232 (or 0xBF2232) is known color: Cardinal. HEX triplet: BF, 22 and 32. RGB value is (191,34,50). Sum of RGB (Red+Green+Blue) = 191+34+50=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2232 is #40DDCD. Grayscale: #525252. Windows color (decimal): -4251086 or 3285695. OLE color: 3285695.

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

Color convert

RGB 191 34 50 -
CMYK 0 0.82 0.74 0.25
HSL 353.89º 0.7% 0.44% -
HSV(B) 353.89º 0.82% 0.75% -
XYZ 22.63 12.45 4.23 -
YUV 82.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 191 34 50 0 0.82 0.74 0.25 353.89 0.7 0.44
Hex BF 22 32 0 52 4A 19 162 46 2C
Octal 277 42 62 0 122 112 31 542 106 54
Binary 10111111 100010 110010 0 1010010 1001010 11001 101100010 1000110 101100

Color Harmonies of #BF2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2232

Black with #BF2232

Text Example


Text Example

White with #BF2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2232; }

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

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

background-color css

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

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

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

border-color css

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

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

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