Html Css Color HEX #B9233E Cardinal

📋 copy color: '#B9233E'

red 185 ◦ green 35 ◦ blue 62

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

Shades of Cardinal #B9233E

Tints of Cardinal #B9233E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 65.6%
G = 12.41%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9233E (or 0xB9233E) is known color: Cardinal. HEX triplet: B9, 23 and 3E. RGB value is (185,35,62). Sum of RGB (Red+Green+Blue) = 185+35+62=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9233E is #46DCC1. Grayscale: #525252. Windows color (decimal): -4644034 or 4072377. OLE color: 4072377.

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

Color convert

RGB 185 35 62 -
CMYK 0 0.81 0.66 0.27
HSL 349.2º 0.68% 0.43% -
HSV(B) 349.2º 0.81% 0.73% -
XYZ 21.48 11.86 5.72 -
YUV 82.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 185 35 62 0 0.81 0.66 0.27 349.2 0.68 0.43
Hex B9 23 3E 0 51 42 1B 15D 44 2B
Octal 271 43 76 0 121 102 33 535 104 53
Binary 10111001 100011 111110 0 1010001 1000010 11011 101011101 1000100 101011

Color Harmonies of #B9233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9233E

Black with #B9233E

Text Example


Text Example

White with #B9233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9233E; }

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

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

background-color css

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

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

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

border-color css

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

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

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