Html Css Color HEX #B92230 Cardinal

📋 copy color: '#B92230'

red 185 ◦ green 34 ◦ blue 48

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

Shades of Cardinal #B92230

Tints of Cardinal #B92230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 69.29%
G = 12.73%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B92230 (or 0xB92230) is known color: Cardinal. HEX triplet: B9, 22 and 30. RGB value is (185,34,48). Sum of RGB (Red+Green+Blue) = 185+34+48=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B92230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92230 is #46DDCF. Grayscale: #505050. Windows color (decimal): -4644304 or 3154617. OLE color: 3154617.

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

Color convert

RGB 185 34 48 -
CMYK 0 0.82 0.74 0.27
HSL 354.44º 0.69% 0.43% -
HSV(B) 354.44º 0.82% 0.73% -
XYZ 21.11 11.67 3.94 -
YUV 80.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 185 34 48 0 0.82 0.74 0.27 354.44 0.69 0.43
Hex B9 22 30 0 52 4A 1B 162 45 2B
Octal 271 42 60 0 122 112 33 542 105 53
Binary 10111001 100010 110000 0 1010010 1001010 11011 101100010 1000101 101011

Color Harmonies of #B92230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92230

Black with #B92230

Text Example


Text Example

White with #B92230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92230; }

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

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

background-color css

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

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

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

border-color css

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

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

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