Html Css Color HEX #B92235 Cardinal

📋 copy color: '#B92235'

red 185 ◦ green 34 ◦ blue 53

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

Shades of Cardinal #B92235

Tints of Cardinal #B92235

RGB

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

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

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

R = 68.01%
G = 12.5%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B92235 (or 0xB92235) is known color: Cardinal. HEX triplet: B9, 22 and 35. RGB value is (185,34,53). Sum of RGB (Red+Green+Blue) = 185+34+53=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B92235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92235 is #46DDCA. Grayscale: #515151. Windows color (decimal): -4644299 or 3482297. OLE color: 3482297.

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

Color convert

RGB 185 34 53 -
CMYK 0 0.82 0.71 0.27
HSL 352.45º 0.69% 0.43% -
HSV(B) 352.45º 0.82% 0.73% -
XYZ 21.22 11.72 4.51 -
YUV 81.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 185 34 53 0 0.82 0.71 0.27 352.45 0.69 0.43
Hex B9 22 35 0 52 47 1B 160 45 2B
Octal 271 42 65 0 122 107 33 540 105 53
Binary 10111001 100010 110101 0 1010010 1000111 11011 101100000 1000101 101011

Color Harmonies of #B92235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92235

Black with #B92235

Text Example


Text Example

White with #B92235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92235; }

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

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

background-color css

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

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

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

border-color css

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

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

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