Html Css Color HEX #B92441 Cardinal

📋 copy color: '#B92441'

red 185 ◦ green 36 ◦ blue 65

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

Shades of Cardinal #B92441

Tints of Cardinal #B92441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 64.69%
G = 12.59%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B92441 (or 0xB92441) is known color: Cardinal. HEX triplet: B9, 24 and 41. RGB value is (185,36,65). Sum of RGB (Red+Green+Blue) = 185+36+65=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B92441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92441 is #46DBBE. Grayscale: #535353. Windows color (decimal): -4643775 or 4269241. OLE color: 4269241.

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

Color convert

RGB 185 36 65 -
CMYK 0 0.81 0.65 0.27
HSL 348.32º 0.67% 0.43% -
HSV(B) 348.32º 0.81% 0.73% -
XYZ 21.59 11.96 6.17 -
YUV 83.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 185 36 65 0 0.81 0.65 0.27 348.32 0.67 0.43
Hex B9 24 41 0 51 41 1B 15C 43 2B
Octal 271 44 101 0 121 101 33 534 103 53
Binary 10111001 100100 1000001 0 1010001 1000001 11011 101011100 1000011 101011

Color Harmonies of #B92441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92441

Black with #B92441

Text Example


Text Example

White with #B92441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92441; }

 p { color: rgb(185,36,65); }

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

background-color css

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

 a { background-color: rgb(185,36,65); }

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

border-color css

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

 span { border-color: rgb(185,36,65); }

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