Html Css Color HEX #B92042 Cardinal

📋 copy color: '#B92042'

red 185 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #B92042

Tints of Cardinal #B92042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 65.37%
G = 11.31%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B92042 (or 0xB92042) is known color: Cardinal. HEX triplet: B9, 20 and 42. RGB value is (185,32,66). Sum of RGB (Red+Green+Blue) = 185+32+66=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B92042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92042 is #46DFBD. Grayscale: #515151. Windows color (decimal): -4644798 or 4333753. OLE color: 4333753.

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

Color convert

RGB 185 32 66 -
CMYK 0 0.83 0.64 0.27
HSL 346.67º 0.71% 0.43% -
HSV(B) 346.67º 0.83% 0.73% -
XYZ 21.51 11.74 6.29 -
YUV 81.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 185 32 66 0 0.83 0.64 0.27 346.67 0.71 0.43
Hex B9 20 42 0 53 40 1B 15B 47 2B
Octal 271 40 102 0 123 100 33 533 107 53
Binary 10111001 100000 1000010 0 1010011 1000000 11011 101011011 1000111 101011

Color Harmonies of #B92042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92042

Black with #B92042

Text Example


Text Example

White with #B92042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92042; }

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

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

background-color css

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

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

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

border-color css

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

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

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