Html Css Color HEX #B62333 Cardinal

📋 copy color: '#B62333'

red 182 ◦ green 35 ◦ blue 51

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

Shades of Cardinal #B62333

Tints of Cardinal #B62333

RGB

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

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

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

R = 67.91%
G = 13.06%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B62333 (or 0xB62333) is known color: Cardinal. HEX triplet: B6, 23 and 33. RGB value is (182,35,51). Sum of RGB (Red+Green+Blue) = 182+35+51=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B62333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62333 is #49DCCC. Grayscale: #505050. Windows color (decimal): -4840653 or 3351478. OLE color: 3351478.

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

Color convert

RGB 182 35 51 -
CMYK 0 0.81 0.72 0.29
HSL 353.47º 0.68% 0.43% -
HSV(B) 353.47º 0.81% 0.71% -
XYZ 20.49 11.39 4.25 -
YUV 80.78 111.2 200.2 -
System Red Green Blue C M Y K H S L
Decimal 182 35 51 0 0.81 0.72 0.29 353.47 0.68 0.43
Hex B6 23 33 0 51 48 1D 161 44 2B
Octal 266 43 63 0 121 110 35 541 104 53
Binary 10110110 100011 110011 0 1010001 1001000 11101 101100001 1000100 101011

Color Harmonies of #B62333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62333

Black with #B62333

Text Example


Text Example

White with #B62333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62333; }

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

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

background-color css

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

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

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

border-color css

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

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

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