Html Css Color HEX #B9223B Cardinal

📋 copy color: '#B9223B'

red 185 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #B9223B

Tints of Cardinal #B9223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 66.55%
G = 12.23%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9223B (or 0xB9223B) is known color: Cardinal. HEX triplet: B9, 22 and 3B. RGB value is (185,34,59). Sum of RGB (Red+Green+Blue) = 185+34+59=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9223B is #46DDC4. Grayscale: #525252. Windows color (decimal): -4644293 or 3875513. OLE color: 3875513.

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

Color convert

RGB 185 34 59 -
CMYK 0 0.82 0.68 0.27
HSL 350.07º 0.69% 0.43% -
HSV(B) 350.07º 0.82% 0.73% -
XYZ 21.37 11.77 5.28 -
YUV 82 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 185 34 59 0 0.82 0.68 0.27 350.07 0.69 0.43
Hex B9 22 3B 0 52 44 1B 15E 45 2B
Octal 271 42 73 0 122 104 33 536 105 53
Binary 10111001 100010 111011 0 1010010 1000100 11011 101011110 1000101 101011

Color Harmonies of #B9223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9223B

Black with #B9223B

Text Example


Text Example

White with #B9223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9223B; }

 p { color: rgb(185,34,59); }

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

background-color css

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

 a { background-color: rgb(185,34,59); }

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

border-color css

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

 span { border-color: rgb(185,34,59); }

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