Html Css Color HEX #B62142 Cardinal

📋 copy color: '#B62142'

red 182 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #B62142

Tints of Cardinal #B62142

RGB

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

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

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

R = 64.77%
G = 11.74%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B62142 (or 0xB62142) is known color: Cardinal. HEX triplet: B6, 21 and 42. RGB value is (182,33,66). Sum of RGB (Red+Green+Blue) = 182+33+66=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B62142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62142 is #49DEBD. Grayscale: #515151. Windows color (decimal): -4841150 or 4334006. OLE color: 4334006.

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

Color convert

RGB 182 33 66 -
CMYK 0 0.82 0.64 0.29
HSL 346.71º 0.69% 0.42% -
HSV(B) 346.71º 0.82% 0.71% -
XYZ 20.82 11.43 6.26 -
YUV 81.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 182 33 66 0 0.82 0.64 0.29 346.71 0.69 0.42
Hex B6 21 42 0 52 40 1D 15B 45 2A
Octal 266 41 102 0 122 100 35 533 105 52
Binary 10110110 100001 1000010 0 1010010 1000000 11101 101011011 1000101 101010

Color Harmonies of #B62142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62142

Black with #B62142

Text Example


Text Example

White with #B62142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62142; }

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

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

background-color css

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

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

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

border-color css

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

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

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