Html Css Color HEX #B62630 Cardinal

📋 copy color: '#B62630'

red 182 ◦ green 38 ◦ blue 48

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

Shades of Cardinal #B62630

Tints of Cardinal #B62630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 67.91%
G = 14.18%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B62630 (or 0xB62630) is known color: Cardinal. HEX triplet: B6, 26 and 30. RGB value is (182,38,48). Sum of RGB (Red+Green+Blue) = 182+38+48=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B62630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62630 is #49D9CF. Grayscale: #525252. Windows color (decimal): -4839888 or 3155638. OLE color: 3155638.

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

Color convert

RGB 182 38 48 -
CMYK 0 0.79 0.74 0.29
HSL 355.83º 0.65% 0.43% -
HSV(B) 355.83º 0.79% 0.71% -
XYZ 20.52 11.54 3.94 -
YUV 82.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 182 38 48 0 0.79 0.74 0.29 355.83 0.65 0.43
Hex B6 26 30 0 4F 4A 1D 164 41 2B
Octal 266 46 60 0 117 112 35 544 101 53
Binary 10110110 100110 110000 0 1001111 1001010 11101 101100100 1000001 101011

Color Harmonies of #B62630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62630

Black with #B62630

Text Example


Text Example

White with #B62630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62630; }

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

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

background-color css

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

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

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

border-color css

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

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

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