Html Css Color HEX #B62138 Cardinal

📋 copy color: '#B62138'

red 182 ◦ green 33 ◦ blue 56

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

Shades of Cardinal #B62138

Tints of Cardinal #B62138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 67.16%
G = 12.18%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B62138 (or 0xB62138) is known color: Cardinal. HEX triplet: B6, 21 and 38. RGB value is (182,33,56). Sum of RGB (Red+Green+Blue) = 182+33+56=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B62138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62138 is #49DEC7. Grayscale: #505050. Windows color (decimal): -4841160 or 3678646. OLE color: 3678646.

HSL color Cylindrical-coordinate representation of color #B62138: hue angle of 350.74º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62138 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 33 56 -
CMYK 0 0.82 0.69 0.29
HSL 350.74º 0.69% 0.42% -
HSV(B) 350.74º 0.82% 0.71% -
XYZ 20.55 11.32 4.84 -
YUV 80.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 182 33 56 0 0.82 0.69 0.29 350.74 0.69 0.42
Hex B6 21 38 0 52 45 1D 15F 45 2A
Octal 266 41 70 0 122 105 35 537 105 52
Binary 10110110 100001 111000 0 1010010 1000101 11101 101011111 1000101 101010

Color Harmonies of #B62138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62138

Black with #B62138

Text Example


Text Example

White with #B62138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62138; }

 p { color: rgb(182,33,56); }

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

background-color css

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

 a { background-color: rgb(182,33,56); }

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

border-color css

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

 span { border-color: rgb(182,33,56); }

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