Html Css Color HEX #B62329 Cardinal

📋 copy color: '#B62329'

red 182 ◦ green 35 ◦ blue 41

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

Shades of Cardinal #B62329

Tints of Cardinal #B62329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 70.54%
G = 13.57%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B62329 (or 0xB62329) is known color: Cardinal. HEX triplet: B6, 23 and 29. RGB value is (182,35,41). Sum of RGB (Red+Green+Blue) = 182+35+41=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B62329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62329 is #49DCD6. Grayscale: #4F4F4F. Windows color (decimal): -4840663 or 2696118. OLE color: 2696118.

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

Color convert

RGB 182 35 41 -
CMYK 0 0.81 0.77 0.29
HSL 357.55º 0.68% 0.43% -
HSV(B) 357.55º 0.81% 0.71% -
XYZ 20.29 11.31 3.21 -
YUV 79.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 182 35 41 0 0.81 0.77 0.29 357.55 0.68 0.43
Hex B6 23 29 0 51 4D 1D 166 44 2B
Octal 266 43 51 0 121 115 35 546 104 53
Binary 10110110 100011 101001 0 1010001 1001101 11101 101100110 1000100 101011

Color Harmonies of #B62329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62329

Black with #B62329

Text Example


Text Example

White with #B62329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62329; }

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

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

background-color css

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

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

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

border-color css

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

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

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