Html Css Color HEX #B62328 Cardinal

📋 copy color: '#B62328'

red 182 ◦ green 35 ◦ blue 40

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

Shades of Cardinal #B62328

Tints of Cardinal #B62328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 70.82%
G = 13.62%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B62328 (or 0xB62328) is known color: Cardinal. HEX triplet: B6, 23 and 28. RGB value is (182,35,40). Sum of RGB (Red+Green+Blue) = 182+35+40=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B62328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62328 is #49DCD7. Grayscale: #4F4F4F. Windows color (decimal): -4840664 or 2630582. OLE color: 2630582.

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

Color convert

RGB 182 35 40 -
CMYK 0 0.81 0.78 0.29
HSL 357.96º 0.68% 0.43% -
HSV(B) 357.96º 0.81% 0.71% -
XYZ 20.28 11.3 3.12 -
YUV 79.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 182 35 40 0 0.81 0.78 0.29 357.96 0.68 0.43
Hex B6 23 28 0 51 4E 1D 166 44 2B
Octal 266 43 50 0 121 116 35 546 104 53
Binary 10110110 100011 101000 0 1010001 1001110 11101 101100110 1000100 101011

Color Harmonies of #B62328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62328

Black with #B62328

Text Example


Text Example

White with #B62328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62328; }

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

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

background-color css

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

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

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

border-color css

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

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

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