Html Css Color HEX #B92035 Cardinal

📋 copy color: '#B92035'

red 185 ◦ green 32 ◦ blue 53

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

Shades of Cardinal #B92035

Tints of Cardinal #B92035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 68.52%
G = 11.85%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B92035 (or 0xB92035) is known color: Cardinal. HEX triplet: B9, 20 and 35. RGB value is (185,32,53). Sum of RGB (Red+Green+Blue) = 185+32+53=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B92035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92035 is #46DFCA. Grayscale: #505050. Windows color (decimal): -4644811 or 3481785. OLE color: 3481785.

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

Color convert

RGB 185 32 53 -
CMYK 0 0.83 0.71 0.27
HSL 351.76º 0.71% 0.43% -
HSV(B) 351.76º 0.83% 0.73% -
XYZ 21.17 11.6 4.49 -
YUV 80.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 185 32 53 0 0.83 0.71 0.27 351.76 0.71 0.43
Hex B9 20 35 0 53 47 1B 160 47 2B
Octal 271 40 65 0 123 107 33 540 107 53
Binary 10111001 100000 110101 0 1010011 1000111 11011 101100000 1000111 101011

Color Harmonies of #B92035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92035

Black with #B92035

Text Example


Text Example

White with #B92035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92035; }

 p { color: rgb(185,32,53); }

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

background-color css

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

 a { background-color: rgb(185,32,53); }

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

border-color css

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

 span { border-color: rgb(185,32,53); }

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