Html Css Color HEX #B62043 Cardinal

📋 copy color: '#B62043'

red 182 ◦ green 32 ◦ blue 67

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

Shades of Cardinal #B62043

Tints of Cardinal #B62043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 64.77%
G = 11.39%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B62043 (or 0xB62043) is known color: Cardinal. HEX triplet: B6, 20 and 43. RGB value is (182,32,67). Sum of RGB (Red+Green+Blue) = 182+32+67=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B62043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62043 is #49DFBC. Grayscale: #505050. Windows color (decimal): -4841405 or 4399286. OLE color: 4399286.

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

Color convert

RGB 182 32 67 -
CMYK 0 0.82 0.63 0.29
HSL 346º 0.7% 0.42% -
HSV(B) 346º 0.82% 0.71% -
XYZ 20.82 11.38 6.41 -
YUV 80.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 182 32 67 0 0.82 0.63 0.29 346 0.7 0.42
Hex B6 20 43 0 52 3F 1D 15A 46 2A
Octal 266 40 103 0 122 77 35 532 106 52
Binary 10110110 100000 1000011 0 1010010 111111 11101 101011010 1000110 101010

Color Harmonies of #B62043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62043

Black with #B62043

Text Example


Text Example

White with #B62043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62043; }

 p { color: rgb(182,32,67); }

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

background-color css

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

 a { background-color: rgb(182,32,67); }

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

border-color css

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

 span { border-color: rgb(182,32,67); }

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