Html Css Color HEX #B62330 Cardinal

📋 copy color: '#B62330'

red 182 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #B62330

Tints of Cardinal #B62330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 68.68%
G = 13.21%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B62330 (or 0xB62330) is known color: Cardinal. HEX triplet: B6, 23 and 30. RGB value is (182,35,48). Sum of RGB (Red+Green+Blue) = 182+35+48=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B62330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62330 is #49DCCF. Grayscale: #505050. Windows color (decimal): -4840656 or 3154870. OLE color: 3154870.

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

Color convert

RGB 182 35 48 -
CMYK 0 0.81 0.74 0.29
HSL 354.69º 0.68% 0.43% -
HSV(B) 354.69º 0.81% 0.71% -
XYZ 20.43 11.36 3.91 -
YUV 80.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 182 35 48 0 0.81 0.74 0.29 354.69 0.68 0.43
Hex B6 23 30 0 51 4A 1D 163 44 2B
Octal 266 43 60 0 121 112 35 543 104 53
Binary 10110110 100011 110000 0 1010001 1001010 11101 101100011 1000100 101011

Color Harmonies of #B62330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62330

Black with #B62330

Text Example


Text Example

White with #B62330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62330; }

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

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

background-color css

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

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

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

border-color css

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

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

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