Html Css Color HEX #BF2732 Cardinal

📋 copy color: '#BF2732'

red 191 ◦ green 39 ◦ blue 50

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

Shades of Cardinal #BF2732

Tints of Cardinal #BF2732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 68.21%
G = 13.93%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF2732 (or 0xBF2732) is known color: Cardinal. HEX triplet: BF, 27 and 32. RGB value is (191,39,50). Sum of RGB (Red+Green+Blue) = 191+39+50=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2732 is #40D8CD. Grayscale: #555555. Windows color (decimal): -4249806 or 3286975. OLE color: 3286975.

HSL color Cylindrical-coordinate representation of color #BF2732: hue angle of 355.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2732 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 50 -
CMYK 0 0.80 0.74 0.25
HSL 355.66º 0.66% 0.45% -
HSV(B) 355.66º 0.8% 0.75% -
XYZ 22.79 12.76 4.28 -
YUV 85.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 191 39 50 0 0.80 0.74 0.25 355.66 0.66 0.45
Hex BF 27 32 0 50 4A 19 164 42 2D
Octal 277 47 62 0 120 112 31 544 102 55
Binary 10111111 100111 110010 0 1010000 1001010 11001 101100100 1000010 101101

Color Harmonies of #BF2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2732

Black with #BF2732

Text Example


Text Example

White with #BF2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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