Html Css Color HEX #BF2032 Cardinal

📋 copy color: '#BF2032'

red 191 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #BF2032

Tints of Cardinal #BF2032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 69.96%
G = 11.72%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF2032 (or 0xBF2032) is known color: Cardinal. HEX triplet: BF, 20 and 32. RGB value is (191,32,50). Sum of RGB (Red+Green+Blue) = 191+32+50=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2032 is #40DFCD. Grayscale: #515151. Windows color (decimal): -4251598 or 3285183. OLE color: 3285183.

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

Color convert

RGB 191 32 50 -
CMYK 0 0.83 0.74 0.25
HSL 353.21º 0.71% 0.44% -
HSV(B) 353.21º 0.83% 0.75% -
XYZ 22.58 12.34 4.21 -
YUV 81.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 191 32 50 0 0.83 0.74 0.25 353.21 0.71 0.44
Hex BF 20 32 0 53 4A 19 161 47 2C
Octal 277 40 62 0 123 112 31 541 107 54
Binary 10111111 100000 110010 0 1010011 1001010 11001 101100001 1000111 101100

Color Harmonies of #BF2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2032

Black with #BF2032

Text Example


Text Example

White with #BF2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2032; }

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

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

background-color css

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

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

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

border-color css

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

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

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