Html Css Color HEX #B62936 Cardinal

📋 copy color: '#B62936'

red 182 ◦ green 41 ◦ blue 54

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

Shades of Cardinal #B62936

Tints of Cardinal #B62936

RGB

 RED value IS 182 (71.48% from 255) = 65.7%

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 54 (21.48% from 255) = 19.49%

R = 65.7%
G = 14.8%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B62936 (or 0xB62936) is known color: Cardinal. HEX triplet: B6, 29 and 36. RGB value is (182,41,54). Sum of RGB (Red+Green+Blue) = 182+41+54=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B62936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62936 is #49D6C9. Grayscale: #545454. Windows color (decimal): -4839114 or 3549622. OLE color: 3549622.

HSL color Cylindrical-coordinate representation of color #B62936: hue angle of 354.47º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62936 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 41 54 -
CMYK 0 0.77 0.70 0.29
HSL 354.47º 0.63% 0.44% -
HSV(B) 354.47º 0.77% 0.71% -
XYZ 20.75 11.8 4.67 -
YUV 84.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 182 41 54 0 0.77 0.70 0.29 354.47 0.63 0.44
Hex B6 29 36 0 4D 46 1D 162 3F 2C
Octal 266 51 66 0 115 106 35 542 77 54
Binary 10110110 101001 110110 0 1001101 1000110 11101 101100010 111111 101100

Color Harmonies of #B62936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62936

Black with #B62936

Text Example


Text Example

White with #B62936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62936; }

 p { color: rgb(182,41,54); }

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

background-color css

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

 a { background-color: rgb(182,41,54); }

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

border-color css

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

 span { border-color: rgb(182,41,54); }

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