Html Css Color HEX #B62933 Cardinal

📋 copy color: '#B62933'

red 182 ◦ green 41 ◦ blue 51

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

Shades of Cardinal #B62933

Tints of Cardinal #B62933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 66.42%
G = 14.96%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B62933 (or 0xB62933) is known color: Cardinal. HEX triplet: B6, 29 and 33. RGB value is (182,41,51). Sum of RGB (Red+Green+Blue) = 182+41+51=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B62933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62933 is #49D6CC. Grayscale: #545454. Windows color (decimal): -4839117 or 3353014. OLE color: 3353014.

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

Color convert

RGB 182 41 51 -
CMYK 0 0.77 0.72 0.29
HSL 355.74º 0.63% 0.44% -
HSV(B) 355.74º 0.77% 0.71% -
XYZ 20.68 11.77 4.31 -
YUV 84.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 182 41 51 0 0.77 0.72 0.29 355.74 0.63 0.44
Hex B6 29 33 0 4D 48 1D 164 3F 2C
Octal 266 51 63 0 115 110 35 544 77 54
Binary 10110110 101001 110011 0 1001101 1001000 11101 101100100 111111 101100

Color Harmonies of #B62933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62933

Black with #B62933

Text Example


Text Example

White with #B62933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62933; }

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

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

background-color css

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

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

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

border-color css

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

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

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