Html Css Color HEX #B61E2B Cardinal

📋 copy color: '#B61E2B'

red 182 ◦ green 30 ◦ blue 43

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

Shades of Cardinal #B61E2B

Tints of Cardinal #B61E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

 BLUE value IS 43 (17.19% from 255) = 16.86%

R = 71.37%
G = 11.76%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B61E2B (or 0xB61E2B) is known color: Cardinal. HEX triplet: B6, 1E and 2B. RGB value is (182,30,43). Sum of RGB (Red+Green+Blue) = 182+30+43=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E2B is #49E1D4. Grayscale: #4D4D4D. Windows color (decimal): -4841941 or 2825910. OLE color: 2825910.

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

Color convert

RGB 182 30 43 -
CMYK 0 0.84 0.76 0.29
HSL 354.87º 0.72% 0.42% -
HSV(B) 354.87º 0.84% 0.71% -
XYZ 20.19 11.05 3.35 -
YUV 76.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 182 30 43 0 0.84 0.76 0.29 354.87 0.72 0.42
Hex B6 1E 2B 0 54 4C 1D 163 48 2A
Octal 266 36 53 0 124 114 35 543 110 52
Binary 10110110 11110 101011 0 1010100 1001100 11101 101100011 1001000 101010

Color Harmonies of #B61E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E2B

Black with #B61E2B

Text Example


Text Example

White with #B61E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E2B; }

 p { color: rgb(182,30,43); }

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

background-color css

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

 a { background-color: rgb(182,30,43); }

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

border-color css

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

 span { border-color: rgb(182,30,43); }

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