Html Css Color HEX #B62134 Cardinal

📋 copy color: '#B62134'

red 182 ◦ green 33 ◦ blue 52

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

Shades of Cardinal #B62134

Tints of Cardinal #B62134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 68.16%
G = 12.36%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B62134 (or 0xB62134) is known color: Cardinal. HEX triplet: B6, 21 and 34. RGB value is (182,33,52). Sum of RGB (Red+Green+Blue) = 182+33+52=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B62134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62134 is #49DECB. Grayscale: #4F4F4F. Windows color (decimal): -4841164 or 3416502. OLE color: 3416502.

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

Color convert

RGB 182 33 52 -
CMYK 0 0.82 0.71 0.29
HSL 352.35º 0.69% 0.42% -
HSV(B) 352.35º 0.82% 0.71% -
XYZ 20.46 11.28 4.35 -
YUV 79.72 112.36 200.96 -
System Red Green Blue C M Y K H S L
Decimal 182 33 52 0 0.82 0.71 0.29 352.35 0.69 0.42
Hex B6 21 34 0 52 47 1D 160 45 2A
Octal 266 41 64 0 122 107 35 540 105 52
Binary 10110110 100001 110100 0 1010010 1000111 11101 101100000 1000101 101010

Color Harmonies of #B62134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62134

Black with #B62134

Text Example


Text Example

White with #B62134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62134; }

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

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

background-color css

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

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

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

border-color css

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

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

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