Html Css Color HEX #B9232A Cardinal

📋 copy color: '#B9232A'

red 185 ◦ green 35 ◦ blue 42

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

Shades of Cardinal #B9232A

Tints of Cardinal #B9232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 70.61%
G = 13.36%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9232A (or 0xB9232A) is known color: Cardinal. HEX triplet: B9, 23 and 2A. RGB value is (185,35,42). Sum of RGB (Red+Green+Blue) = 185+35+42=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B9232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9232A is #46DCD5. Grayscale: #505050. Windows color (decimal): -4644054 or 2761657. OLE color: 2761657.

HSL color Cylindrical-coordinate representation of color #B9232A: hue angle of 357.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 #B9232A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 35 42 -
CMYK 0 0.81 0.77 0.27
HSL 357.2º 0.68% 0.43% -
HSV(B) 357.2º 0.81% 0.73% -
XYZ 21.03 11.68 3.34 -
YUV 80.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 185 35 42 0 0.81 0.77 0.27 357.2 0.68 0.43
Hex B9 23 2A 0 51 4D 1B 165 44 2B
Octal 271 43 52 0 121 115 33 545 104 53
Binary 10111001 100011 101010 0 1010001 1001101 11011 101100101 1000100 101011

Color Harmonies of #B9232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9232A

Black with #B9232A

Text Example


Text Example

White with #B9232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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