Html Css Color HEX #B9232F Cardinal

📋 copy color: '#B9232F'

red 185 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #B9232F

Tints of Cardinal #B9232F

RGB

 RED value IS 185 (72.66% from 255) = 69.29%

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 69.29%
G = 13.11%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9232F (or 0xB9232F) is known color: Cardinal. HEX triplet: B9, 23 and 2F. RGB value is (185,35,47). Sum of RGB (Red+Green+Blue) = 185+35+47=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B9232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9232F is #46DCD0. Grayscale: #515151. Windows color (decimal): -4644049 or 3089337. OLE color: 3089337.

HSL color Cylindrical-coordinate representation of color #B9232F: hue angle of 355.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9232F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 35 47 -
CMYK 0 0.81 0.75 0.27
HSL 355.2º 0.68% 0.43% -
HSV(B) 355.2º 0.81% 0.73% -
XYZ 21.12 11.72 3.84 -
YUV 81.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 185 35 47 0 0.81 0.75 0.27 355.2 0.68 0.43
Hex B9 23 2F 0 51 4B 1B 163 44 2B
Octal 271 43 57 0 121 113 33 543 104 53
Binary 10111001 100011 101111 0 1010001 1001011 11011 101100011 1000100 101011

Color Harmonies of #B9232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9232F

Black with #B9232F

Text Example


Text Example

White with #B9232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9232F; }

 p { color: rgb(185,35,47); }

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

background-color css

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

 a { background-color: rgb(185,35,47); }

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

border-color css

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

 span { border-color: rgb(185,35,47); }

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