Html Css Color HEX #BF2332 Cardinal

📋 copy color: '#BF2332'

red 191 ◦ green 35 ◦ blue 50

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

Shades of Cardinal #BF2332

Tints of Cardinal #BF2332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 69.2%
G = 12.68%
B = 18.12%

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

#BF2332 (or 0xBF2332) is known color: Cardinal. HEX triplet: BF, 23 and 32. RGB value is (191,35,50). Sum of RGB (Red+Green+Blue) = 191+35+50=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2332 is #40DCCD. Grayscale: #535353. Windows color (decimal): -4250830 or 3285951. OLE color: 3285951.

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

Color convert

RGB 191 35 50 -
CMYK 0 0.82 0.74 0.25
HSL 354.23º 0.69% 0.44% -
HSV(B) 354.23º 0.82% 0.75% -
XYZ 22.66 12.51 4.24 -
YUV 83.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 191 35 50 0 0.82 0.74 0.25 354.23 0.69 0.44
Hex BF 23 32 0 52 4A 19 162 45 2C
Octal 277 43 62 0 122 112 31 542 105 54
Binary 10111111 100011 110010 0 1010010 1001010 11001 101100010 1000101 101100

Color Harmonies of #BF2332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2332

Black with #BF2332

Text Example


Text Example

White with #BF2332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2332; }

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

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

background-color css

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

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

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

border-color css

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

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

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