Html Css Color HEX #B92427 Cardinal

📋 copy color: '#B92427'

red 185 ◦ green 36 ◦ blue 39

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

Shades of Cardinal #B92427

Tints of Cardinal #B92427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15%

R = 71.15%
G = 13.85%
B = 15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B92427 (or 0xB92427) is known color: Cardinal. HEX triplet: B9, 24 and 27. RGB value is (185,36,39). Sum of RGB (Red+Green+Blue) = 185+36+39=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B92427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92427 is #46DBD8. Grayscale: #515151. Windows color (decimal): -4643801 or 2565305. OLE color: 2565305.

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

Color convert

RGB 185 36 39 -
CMYK 0 0.81 0.79 0.27
HSL 358.79º 0.67% 0.43% -
HSV(B) 358.79º 0.81% 0.73% -
XYZ 21 11.72 3.08 -
YUV 80.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 185 36 39 0 0.81 0.79 0.27 358.79 0.67 0.43
Hex B9 24 27 0 51 4F 1B 167 43 2B
Octal 271 44 47 0 121 117 33 547 103 53
Binary 10111001 100100 100111 0 1010001 1001111 11011 101100111 1000011 101011

Color Harmonies of #B92427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92427

Black with #B92427

Text Example


Text Example

White with #B92427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92427; }

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

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

background-color css

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

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

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

border-color css

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

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

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